home *** CD-ROM | disk | FTP | other *** search
- on mouseup
- alert "The tutorial will now load in your Web browser. If you want to copy Web Tutor to your hard drive, the folder can be found in software\WebTutor"
- if the platform = "Windows,32" then
- goToNetPage the moviepath&"software\WebTutor\index.html"
- else
- if the platform = "Windows,16" then
- goToNetPage the moviepath&"software\WebTutor\index.html"
- else
- goToNetPage the moviepath&"software:WebTutor:index.html"
- end if
- end if
- end